}
catch ( ParserNotFoundException e )
{
if ( getLog().isDebugEnabled() )
{
getLog().error( "ParserNotFoundException: " + e.getMessage(), e );
}
else
{
catch ( IOException e )
{
getLog().error( "IOException: " + e.getMessage() );
getLog().debug( e );
return false;
}